var crypto/x509.oidPublicKeyEd25519
6 uses
crypto/x509 (current package)
parser.go#L272: case oid.Equal(oidPublicKeyEd25519):
pkcs8.go#L66: case privKey.Algo.Algorithm.Equal(oidPublicKeyEd25519):
pkcs8.go#L133: Algorithm: oidPublicKeyEd25519,
x509.go#L116: publicKeyAlgorithm.Algorithm = oidPublicKeyEd25519
x509.go#L484: oidPublicKeyEd25519 = asn1.ObjectIdentifier{1, 3, 101, 112}
x509.go#L498: case oid.Equal(oidPublicKeyEd25519):
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |